| lcDrwGetObjectByIDH | Home |
|
HANDLE lcDrwGetObjectByIDH ( HANDLE hDrw, int ObjType, LPCWSTR szIdHex ); |
| hDrw | |
| Handle to a drawing object. | |
| ObjType | |
|
Object type. | |
| szIdHex | |
| Text string representing hexadecimal value of object's identifier (LC_PROP_TABLE_ID property). | |
|
Handle to an object. If an object with specified identifier is not found, the function returns NULL. |
| lcDrwGetObjectByName, lcDrwGetObjectByID |